The tutorial for this notebook can befound here

tensorflow ConvNet tutorial

Key concepts include:

  1. [ ] convolution
  2. [ ] relu (rectified linear activations
  3. [ ] pooling (max pooling)
  4. [ ] normalization (local response normalization)
  5. [ ] Visualization using tensorboard
  6. [ ] Evaluating moving average of learned parameters and boost predictive performance
  7. [ ] pre-fetching queues for input data to avoid disk latency.

Multi-GPU is not covered here.


In [ ]: